fix(deps): update all non-major dependencies #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.12.0
->^3.16.0
^0.0.280
->^0.0.316
^12.0.0
->^12.8.2
^1.0.1
->^1.0.2
^10.4.20
->^10.4.21
^2.9.1
->^2.9.8
^9.17.0
->^9.25.1
9.14.1
->9.15.9
^8.4.49
->^8.5.3
5.6.3
->5.8.3
^3.5.12
->^3.5.13
10
->10.0.7
^2.1.10
->^2.2.10
^0.19.13
->^0.20.3
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.16.0
Compare Source
🚀 Features
View changes on GitHub
v3.15.0
Compare Source
🚀 Features
prefer-const
in editor - by @antfu (12dd5)View changes on GitHub
v3.14.0
Compare Source
🚀 Features
View changes on GitHub
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.2
Compare Source
🚀 Features
View changes on GitHub
v3.12.1
Compare Source
No significant changes
View changes on GitHub
vueuse/vueuse (@vueuse/core)
v12.8.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v12.8.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v12.8.0
Compare Source
🚀 Features
MaybeRef
andMaybeRefOrGetter
in favor of Vue's native - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4636 (7432f)options.deepRefs
- by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4591 (9afee)retried
to theautoReconnect.retries
- by @9romise and @OrbisK in https://github.com/vueuse/vueuse/issues/4604 (73e6d)🐞 Bug Fixes
variable
when initial - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4641 (d680f)granted
- by @Nikitatopodin and Никита Быковский in https://github.com/vueuse/vueuse/issues/4559 (f9685)View changes on GitHub
v12.7.0
Compare Source
🚀 Features
once
option - by @btea in https://github.com/vueuse/vueuse/issues/4583 (3041e)🐞 Bug Fixes
{combination: 'overwrite'}
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4430 (3ca0d)View changes on GitHub
v12.6.1
Compare Source
No significant changes
View changes on GitHub
v12.6.0
Compare Source
🚀 Features
controls
- by @sibbng and @antfu in https://github.com/vueuse/vueuse/issues/4537 (ab116)z...zzzz
for timezone information - by @OrbisK in https://github.com/vueuse/vueuse/issues/4553 (cd6d7)once
options - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4577 (f2f94)options.initialState
to control the initial active value - by @OrbisK in https://github.com/vueuse/vueuse/issues/4533 (ceb56)🐞 Bug Fixes
ComputedGetter
- by @OrbisK in https://github.com/vueuse/vueuse/issues/4528 (bea31)start()
should accept a custom initial value - by @ralacerda in https://github.com/vueuse/vueuse/issues/4554 (93591)MouseEvent
instead ofTouch
to work with FF - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4457 (ce9e5)View changes on GitHub
v12.5.0
Compare Source
🚀 Features
useEventListener
where it was not being used - by @ferferga in https://github.com/vueuse/vueuse/issues/4479 (c6c6e)afterFetch
andonFetchError
- by @tolking and Anthony Fu in https://github.com/vueuse/vueuse/issues/4499 (98a83)🐞 Bug Fixes
View changes on GitHub
v12.4.0
Compare Source
🚀 Features
isModified
- by @pkc918 and @antfu in https://github.com/vueuse/vueuse/issues/4470 (6018c)🐞 Bug Fixes
View changes on GitHub
v12.3.0
Compare Source
🚀 Features
useActiveElement
useElementHover
- by @ben-lau and @antfu in https://github.com/vueuse/vueuse/issues/4410 (08cf5)toValue
from@vueuse/shared
in favor of Vue's native - by @antfu (59f75)vElementBounding
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4436 (67a9c)vMouseInElement
- by @pkc918 in https://github.com/vueuse/vueuse/issues/4438 (34be5)onPressed
andonReleased
as options - by @OrbisK in https://github.com/vueuse/vueuse/issues/4425 (a123a)method
support custom function - by @btea and @antfu in https://github.com/vueuse/vueuse/issues/4441 (635bb)useScroll
under the hood - by @OrbisK and @antfu in https://github.com/vueuse/vueuse/issues/4424 (a033e)🐞 Bug Fixes
undefined
andnull
when writing value - by @aa-ndrej and @antfu in https://github.com/vueuse/vueuse/issues/4382 (0cc45)initialValue
is getter - by @Mini-ghost and @antfu in https://github.com/vueuse/vueuse/issues/4452 (e6a17)immediate
default value should betrue
- by @phk422 and @antfu in https://github.com/vueuse/vueuse/issues/4232 (0450d)View changes on GitHub
v12.2.0
Compare Source
🚀 Features
symmetric
option - by @wangliangxin, wangliangxin3 and @antfu in https://github.com/vueuse/vueuse/issues/4146 (46fdc)autoConnect
option to align withuseWebSocket
- by @ferferga and @antfu in https://github.com/vueuse/vueuse/issues/4204 (230f8)🐞 Bug Fixes
View changes on GitHub
v12.1.0
Compare Source
🚀 Features
clear
function - by @ilyaliao in https://github.com/vueuse/vueuse/issues/4378 (40265)rootMargin
option - by @dritter and @antfu in https://github.com/vueuse/vueuse/issues/4100 (3a928)writeMode
options - by @ishakhorski, Ivan Shakhorski and @antfu in https://github.com/vueuse/vueuse/issues/4392 (2c972)autoConnect
options to control auto connections on url changes - by @ilyaliao and @antfu in https://github.com/vueuse/vueuse/issues/4417 (05e75)type: visual
option that leveragevisualViewport
- by @huiliangShen and @antfu in https://github.com/vueuse/vueuse/issues/4395 (e78ef)🐞 Bug Fixes
View changes on GitHub
postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).element-plus/element-plus (element-plus)
v2.9.8
Compare Source
2.9.8
2025-04-18
Features
handleClose
(#20323 by @btea)progress
slot higher priority (#20353 by @btea)suffix-icon
prop with default ArrowDown (#20370 by @cn-xufei)header-class
andfooter-class
for slots (#20408 by @Dsaquel)closeIcon
option with default Close (#20402 by @cn-xufei)Bug fixes
message
overflowcontainer
(#20347 by @zzjiaxiang)scrollbarEmits
path error (#20415 by @btea)Refactors
v2.9.7
Compare Source
2.9.7
2025-03-21
Features
icon
slot (#20034 by @xinconan)setActiveItem
in slot (#20190 by @warmthsea)saveOnBlur
prop (#20158 by @QFifteen)Bug fixes
default-first-option
to fail (#19806 by @noki-maker)ElMessageBoxOptions
type missingmodalClass
(#20135 by @a3660980)showOverflowTooltip
andalign='center'
styles (#20157 by @webvs2):model-value
without changes (#20149 by @stillgg)Refactors
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.